home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / kgcore / RCS / kgcore.man,v < prev   
Text File  |  1991-05-27  |  2KB  |  98 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.3
  10. date     91.05.27.15.01.24;  author mendel;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     90.12.12.16.07.24;  author mendel;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     89.04.11.16.55.34;  author mendel;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @Manual page for kgcore.
  27. @
  28.  
  29.  
  30. 1.3
  31. log
  32. @Changed synopsis to specify kgcore rather than kmsg at the request
  33. of Mary.
  34. @
  35. text
  36. @' $Header: /sprite/src/cmds/kgcore/RCS/kgcore.man,v 1.2 90/12/12 16:07:24 mendel Exp Locker: mendel $ SPRITE (Berkeley)
  37. .so \*(]ltmac.sprite
  38. .HS KGCORE cmds
  39. .BS
  40. .SH NAME
  41. kgcore \-  Generate a core dump of a remote Sprite kernel
  42. .SH SYNOPSIS
  43. \fBkgcore\fR \fIoption machine\fR
  44. .SH OPTIONS
  45. .IP "\fB\-o\fI filename\fR" 15
  46. Write the core image to filename rather than the file vmcore.
  47. .IP "\fB\-c\fR" 15
  48. Include the file system block cache in the core dump.
  49. .IP "\fB\-v\fR" 15
  50. Output progress info.
  51. .BE
  52.  
  53. .SH DESCRIPTION
  54. .PP
  55. The \fBkgcore\fR command is used to make a copy of the kernel memory image of
  56. a Sprite machine. The memory image may be used with \fBkgdb\fR 
  57. to examine the machine's state. 
  58. \fIMachine\fR is the name of a machine
  59. running Sprite. The machine must be in the kernel debugger 
  60. for \fBkgcore\fR to work (see the -d option
  61. of the \fBkmsg\fR command.)
  62. \fBKgcore\fR writes the kernel memory image to the file vmcore unless 
  63. another file name is specified with the \fB\-o\fR option. This file may be
  64. specified as a core image to \fBkgdb\fR.
  65.  
  66. .SH KEYWORDS
  67. debug, kernel, core, kgdb
  68. @
  69.  
  70.  
  71. 1.2
  72. log
  73. @Updated to work with sun4.
  74. @
  75. text
  76. @d1 1
  77. a1 1
  78. ' $Header: /a/newcmds/kgcore/RCS/kgcore.man,v 1.1 89/04/11 16:55:34 mendel Exp $ SPRITE (Berkeley)
  79. d8 1
  80. a8 1
  81. \fBkmsg\fR \fIoption machine\fR
  82. @
  83.  
  84.  
  85. 1.1
  86. log
  87. @Initial revision
  88. @
  89. text
  90. @d1 1
  91. a1 1
  92. ' $Header: /a/newcmds/kmsg/RCS/kmsg.man,v 1.2 88/12/30 09:35:17 ouster Exp $ SPRITE (Berkeley)
  93. d14 2
  94. a15 2
  95. .IP "\fB\-d\fR" 15
  96. Output debugging info.
  97. @
  98.